home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / ckit15a.arc / CKITDEMO.H < prev    next >
Text File  |  1990-08-13  |  3KB  |  47 lines

  1. /****************************************************************************
  2.  *   FILE CKITDEMO.H                                                        *
  3.  *   Created 11-FEB-1990            Rickie W. Belitz                        *
  4.  *                                  820 Brentwood Drive                     *
  5.  *                                  Maryville, Tennessee  37801             *
  6.  *                                  BBS (615) 982-6512                      *
  7.  *                                      (615) 982-6537                      *
  8.  *                                      (615) 982-8723                      *
  9.  *                                                                          *
  10.  *                  Parameters that are specific to CKITDEMO                *
  11.  *                                                                          *
  12.  ****************************************************************************/
  13.  
  14. /****************************************************************************
  15.  *      IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF IF         *
  16.  ****************************************************************************/
  17. #if COMPILER == MICROSOFT
  18.     #define RAND( seed) (seed = ((( seed * 12) + 6) % (Modulo + 1)))
  19.     int     irandom(short);             /* Generate random number       */
  20.  
  21. #endif
  22.  
  23. /****************************************************************************
  24.  *     ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF    *
  25.  ****************************************************************************/
  26.  
  27. /****************************************************************************
  28.  *                   CKITDEMO function prototypes                           *
  29.  ****************************************************************************/
  30. void    ansi_demo(void);            /* ANSI graphic demo            */
  31. void    display_info(void);         /* Display CKIT information     */
  32. void    take_chance(void);          /* Take a change game           */
  33. void    menu(void);                 /* Main menu for demo           */
  34. void    test_pattern(void);         /* Test pattern                 */
  35. void    filexfer(void);
  36.  
  37. /****************************************************************************
  38.  *     Set this array equal to your door program name desired               *
  39.  ****************************************************************************/
  40.  
  41. char    progname[20] = "CKIT - Demo";
  42. char    doc_filename[9] ="CKIT.DOC";
  43. char    zmodem_send[36]="dsz pB4096 pa3000 handshake cts sz ";
  44. /****************************************************************************
  45.  ************************ E N D  OF  M O D U L E ****************************/
  46.  
  47.